| scripts[ ] This array is used to return an array of all script elements within the current document. The scripts array will index its values in the order they appear within the document, collecting the number of SCRIPT tags which appear within the document. syntax: document.scripts(index).Property or Method The scripts[ ] array is used to collect properties from the following: document
|